]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc/pseries: relocate "config DTL" so kconfig nests properly
authorCody P Schafer <cody@linux.vnet.ibm.com>
Tue, 13 May 2014 03:09:55 +0000 (20:09 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 29 Dec 2014 04:45:42 +0000 (15:45 +1100)
commite3a8446a6a1bff8c2345cacd4f3b8bdea0ba36d8
tree26f494c52027320cb0330f252570dd645a623f00
parentb7392d2247cfe6771f95d256374f1a8e6a6f48d6
powerpc/pseries: relocate "config DTL" so kconfig nests properly

Moving config DTL up so it is below config PPC_SPLPAR means that
menuconfig will show config DTL nicely indented right below config
PPC_SPLPAR when PPC_SPLPAR is enabled.

To contrast that, right now if I enable PPC_SPLPAR in menuconfig, all I
can immediately tell is that "something showed up further down the list
where I wasn't looking", and I end up having to toggle the option a few
times to figure out what showed up, or look at the KConfig to find out
that config DTL depends on config PPC_SPLPAR.

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/pseries/Kconfig