diff options
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/config-default | 1 | ||||
-rw-r--r-- | target/linux/x86/geos/config-default | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index e59cb74f6..326e46b9f 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -72,6 +72,7 @@ CONFIG_CPU_IDLE_GOV_LADDER=y # CONFIG_CPU_SUP_TRANSMETA_32 is not set # CONFIG_CPU_SUP_UMC_32 is not set # CONFIG_CS5535_GPIO is not set +# CONFIG_GPIO_CS5535 is not set # CONFIG_CS89x0 is not set # CONFIG_DCDBAS is not set # CONFIG_DEBUG_BOOT_PARAMS is not set diff --git a/target/linux/x86/geos/config-default b/target/linux/x86/geos/config-default index 071f75490..156093259 100644 --- a/target/linux/x86/geos/config-default +++ b/target/linux/x86/geos/config-default @@ -26,3 +26,4 @@ CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_X86_TSC=y CONFIG_X86_USE_3DNOW=y CONFIG_X86_USE_PPRO_CHECKSUM=y +CONFIG_GPIOLIB=y |