ARM: sunxi: Order Kconfig options alphabetically
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
53ea68873a
commit
b788beda4d
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
config ARCH_SUNXI
|
config ARCH_SUNXI
|
||||||
bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
|
bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
|
select ARM_GIC
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
select CLKSRC_OF
|
select CLKSRC_OF
|
||||||
select COMMON_CLK
|
select COMMON_CLK
|
||||||
select GENERIC_CLOCKEVENTS
|
select GENERIC_CLOCKEVENTS
|
||||||
select GENERIC_IRQ_CHIP
|
select GENERIC_IRQ_CHIP
|
||||||
|
select HAVE_SMP
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
|
select PINCTRL_SUNXI
|
||||||
select SPARSE_IRQ
|
select SPARSE_IRQ
|
||||||
select SUN4I_TIMER
|
select SUN4I_TIMER
|
||||||
select PINCTRL_SUNXI
|
|
||||||
select ARM_GIC
|
|
||||||
select HAVE_SMP
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue