From: 黄涛 Date: Mon, 18 Feb 2013 02:32:41 +0000 (+0800) Subject: rk3188: Kconfig: depends on ARCH_RK3188 X-Git-Tag: firefly_0821_release~7615 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=143fd7744cbfaec9d8e136c7ef8e8afa375b160c;p=firefly-linux-kernel-4.4.55.git rk3188: Kconfig: depends on ARCH_RK3188 --- diff --git a/arch/arm/mach-rk3188/Kconfig b/arch/arm/mach-rk3188/Kconfig index 00b85b7ed09f..7ef234b874a8 100644 --- a/arch/arm/mach-rk3188/Kconfig +++ b/arch/arm/mach-rk3188/Kconfig @@ -1,14 +1,15 @@ choice prompt "Rockchip SoC Type" + depends on ARCH_RK3188 config SOC_RK3188 bool "RK3188" endchoice -if SOC_RK3188 choice prompt "RK3188 Board Type" + depends on SOC_RK3188 config MACH_RK3188_TB bool "RK3188 Top Board" @@ -24,4 +25,3 @@ config MACH_RK3188_DS1006H bool "RK3188 ds1006h board" endchoice -endif