Kconfig (f01387d2693813eb5271a3448e6a082322c7d75d) Kconfig (a5fcc6522fd43acba09aa9ffca09872aaf02cd5e)
1if ATH79
2
3menu "Atheros AR71XX/AR724X/AR913X machine selection"
4
5config ATH79_MACH_AP121
6 bool "Atheros AP121 reference board"
7 select SOC_AR933X
8 select ATH79_DEV_GPIO_BUTTONS

--- 57 unchanged lines hidden (view full) ---

66 select SOC_AR724X
67 select ATH79_DEV_GPIO_BUTTONS
68 select ATH79_DEV_LEDS_GPIO
69 select ATH79_DEV_SPI
70 help
71 Say 'Y' here if you want your kernel to support the
72 Ubiquiti Networks XM (rev 1.0) board.
73
1if ATH79
2
3menu "Atheros AR71XX/AR724X/AR913X machine selection"
4
5config ATH79_MACH_AP121
6 bool "Atheros AP121 reference board"
7 select SOC_AR933X
8 select ATH79_DEV_GPIO_BUTTONS

--- 57 unchanged lines hidden (view full) ---

66 select SOC_AR724X
67 select ATH79_DEV_GPIO_BUTTONS
68 select ATH79_DEV_LEDS_GPIO
69 select ATH79_DEV_SPI
70 help
71 Say 'Y' here if you want your kernel to support the
72 Ubiquiti Networks XM (rev 1.0) board.
73
74choice
75 prompt "Build a DTB in the kernel"
76 optional
77 help
78 Select a devicetree that should be built into the kernel.
79
80 config DTB_TL_WR1043ND_V1
81 bool "TL-WR1043ND Version 1"
82 select BUILTIN_DTB
83 select SOC_AR913X
84endchoice
85
74endmenu
75
76config SOC_AR71XX
77 select HW_HAS_PCI
78 def_bool n
79
80config SOC_AR724X
81 select HW_HAS_PCI

--- 39 unchanged lines hidden ---
86endmenu
87
88config SOC_AR71XX
89 select HW_HAS_PCI
90 def_bool n
91
92config SOC_AR724X
93 select HW_HAS_PCI

--- 39 unchanged lines hidden ---