Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: ux500: Cut down Kconfig options

These systems are not plentiful and do not have any
strict memory constraints. Cut down the configurability
and select what is needed for all of them so they simply boot,
keeping only the UX500_SOC_DB8500 symbol which is used
elsewhere in the kernel for now, but default it to y.

Cc: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+12 -40
+12 -40
arch/arm/mach-ux500/Kconfig
··· 9 9 select ARM_ERRATA_764369 if SMP 10 10 select ARM_GIC 11 11 select CACHE_L2X0 12 + select CLKSRC_DBX500_PRCMU 12 13 select CLKSRC_NOMADIK_MTU 13 14 select GPIOLIB 14 15 select HAVE_ARM_SCU if SMP 15 16 select HAVE_ARM_TWD if SMP 17 + select I2C 18 + select I2C_NOMADIK 19 + select MFD_DB8500_PRCMU 16 20 select PINCTRL 21 + select PINCTRL_AB8500 22 + select PINCTRL_AB8505 17 23 select PINCTRL_ABX500 24 + select PINCTRL_DB8500 18 25 select PINCTRL_NOMADIK 19 26 select PL310_ERRATA_753970 if CACHE_L2X0 27 + select PM_GENERIC_DOMAINS if PM 28 + select REGULATOR 29 + select REGULATOR_DB8500_PRCMU 30 + select REGULATOR_FIXED_VOLTAGE 31 + select SOC_BUS 20 32 help 21 33 Support for ST-Ericsson's Ux500 architecture 22 34 23 35 if ARCH_U8500 24 36 25 37 config UX500_SOC_DB8500 26 - bool 27 - select MFD_DB8500_PRCMU 28 - select PINCTRL_DB8500 29 - select PINCTRL_AB8500 30 - select PINCTRL_AB8505 31 - select REGULATOR 32 - select REGULATOR_DB8500_PRCMU 33 - select CLKSRC_DBX500_PRCMU 34 - select PM_GENERIC_DOMAINS if PM 35 - 36 - config MACH_MOP500 37 - bool "U8500 Development platform, MOP500 versions" 38 - select I2C 39 - select I2C_NOMADIK 40 - select REGULATOR 41 - select REGULATOR_FIXED_VOLTAGE 42 - select SOC_BUS 43 - select UX500_SOC_DB8500 44 - help 45 - Include support for the MOP500 development platform. 46 - 47 - config MACH_HREFV60 48 - bool "U8500 Development platform, HREFv60 version" 49 - select MACH_MOP500 50 - help 51 - Include support for the HREFv60 new development platform. 52 - Includes HREFv70, v71 etc. 53 - 54 - config MACH_SNOWBALL 55 - bool "U8500 Snowball platform" 56 - select MACH_MOP500 57 - help 58 - Include support for the snowball development platform. 59 - 60 - config UX500_AUTO_PLATFORM 61 38 def_bool y 62 - select MACH_MOP500 63 - help 64 - At least one platform needs to be selected in order to build 65 - a working kernel. If everything else is disabled, this 66 - automatically enables MACH_MOP500. 67 39 68 40 config UX500_DEBUG_UART 69 41 int "Ux500 UART to use for low-level debug"