diff options
| author | Arve Hjønnevåg <arve@android.com> | 2013-06-06 20:05:40 -0700 | 
|---|---|---|
| committer | Arve Hjønnevåg <arve@android.com> | 2013-07-01 15:52:05 -0700 | 
| commit | a88f9e27498afaea615ad3e93af4f26df1f84987 (patch) | |
| tree | 4400bd0e0aa179baab7dbb55c726b104b50d7fc5 /drivers/gpu/ion/ion_cma_heap.c | |
| parent | 21dd5d77181aa377e8c769bfe96fad9c0e2459f3 (diff) | |
| download | olio-linux-3.10-a88f9e27498afaea615ad3e93af4f26df1f84987.tar.xz olio-linux-3.10-a88f9e27498afaea615ad3e93af4f26df1f84987.zip  | |
kconfig: Fix defconfig when one choice menu selects options that another choice menu depends on
The defconfig and Kconfig combination below, which is based on 3.10-rc4
Kconfigs, resulted in several options getting set to "m" instead of "y".
defconfig:
---
CONFIG_MODULES=y
CONFIG_USB_GADGET=y
CONFIG_USB_ZERO=y
---
Kconfig:
---
menuconfig MODULES
	bool "Enable loadable module support"
config CONFIGFS_FS
	tristate "Userspace-driven configuration filesystem"
config OCFS2_FS
        tristate "OCFS2 file system support"
        depends on CONFIGFS_FS
        select CRC32
config USB_LIBCOMPOSITE
	tristate
	select CONFIGFS_FS
choice
	tristate "USB Gadget Drivers"
	default USB_ETH
config USB_ZERO
	tristate "Gadget Zero (DEVELOPMENT)"
	select USB_LIBCOMPOSITE
config USB_ETH
	tristate "Ethernet Gadget (with CDC Ethernet support)"
	select USB_LIBCOMPOSITE
endchoice
config CRC32
        tristate "CRC32/CRC32c functions"
        default y
choice
        prompt "CRC32 implementation"
        depends on CRC32
        default CRC32_SLICEBY8
config CRC32_SLICEBY8
        bool "Slice by 8 bytes"
endchoice
---
Signed-off-by: Arve Hjønnevåg <arve@android.com>
Diffstat (limited to 'drivers/gpu/ion/ion_cma_heap.c')
0 files changed, 0 insertions, 0 deletions