~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/mips/ath79/Kconfig

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/mips/ath79/Kconfig (Version linux-6.11-rc3) and /arch/mips/ath79/Kconfig (Version linux-4.9.337)


  1 # SPDX-License-Identifier: GPL-2.0             << 
  2 if ATH79                                            1 if ATH79
  3                                                     2 
                                                   >>   3 menu "Atheros AR71XX/AR724X/AR913X machine selection"
                                                   >>   4 
                                                   >>   5 config ATH79_MACH_AP121
                                                   >>   6         bool "Atheros AP121 reference board"
                                                   >>   7         select SOC_AR933X
                                                   >>   8         select ATH79_DEV_GPIO_BUTTONS
                                                   >>   9         select ATH79_DEV_LEDS_GPIO
                                                   >>  10         select ATH79_DEV_SPI
                                                   >>  11         select ATH79_DEV_USB
                                                   >>  12         select ATH79_DEV_WMAC
                                                   >>  13         help
                                                   >>  14           Say 'Y' here if you want your kernel to support the
                                                   >>  15           Atheros AP121 reference board.
                                                   >>  16 
                                                   >>  17 config ATH79_MACH_AP136
                                                   >>  18         bool "Atheros AP136 reference board"
                                                   >>  19         select SOC_QCA955X
                                                   >>  20         select ATH79_DEV_GPIO_BUTTONS
                                                   >>  21         select ATH79_DEV_LEDS_GPIO
                                                   >>  22         select ATH79_DEV_SPI
                                                   >>  23         select ATH79_DEV_USB
                                                   >>  24         select ATH79_DEV_WMAC
                                                   >>  25         help
                                                   >>  26           Say 'Y' here if you want your kernel to support the
                                                   >>  27           Atheros AP136 reference board.
                                                   >>  28 
                                                   >>  29 config ATH79_MACH_AP81
                                                   >>  30         bool "Atheros AP81 reference board"
                                                   >>  31         select SOC_AR913X
                                                   >>  32         select ATH79_DEV_GPIO_BUTTONS
                                                   >>  33         select ATH79_DEV_LEDS_GPIO
                                                   >>  34         select ATH79_DEV_SPI
                                                   >>  35         select ATH79_DEV_USB
                                                   >>  36         select ATH79_DEV_WMAC
                                                   >>  37         help
                                                   >>  38           Say 'Y' here if you want your kernel to support the
                                                   >>  39           Atheros AP81 reference board.
                                                   >>  40 
                                                   >>  41 config ATH79_MACH_DB120
                                                   >>  42         bool "Atheros DB120 reference board"
                                                   >>  43         select SOC_AR934X
                                                   >>  44         select ATH79_DEV_GPIO_BUTTONS
                                                   >>  45         select ATH79_DEV_LEDS_GPIO
                                                   >>  46         select ATH79_DEV_SPI
                                                   >>  47         select ATH79_DEV_USB
                                                   >>  48         select ATH79_DEV_WMAC
                                                   >>  49         help
                                                   >>  50           Say 'Y' here if you want your kernel to support the
                                                   >>  51           Atheros DB120 reference board.
                                                   >>  52 
                                                   >>  53 config ATH79_MACH_PB44
                                                   >>  54         bool "Atheros PB44 reference board"
                                                   >>  55         select SOC_AR71XX
                                                   >>  56         select ATH79_DEV_GPIO_BUTTONS
                                                   >>  57         select ATH79_DEV_LEDS_GPIO
                                                   >>  58         select ATH79_DEV_SPI
                                                   >>  59         select ATH79_DEV_USB
                                                   >>  60         help
                                                   >>  61           Say 'Y' here if you want your kernel to support the
                                                   >>  62           Atheros PB44 reference board.
                                                   >>  63 
                                                   >>  64 config ATH79_MACH_UBNT_XM
                                                   >>  65         bool "Ubiquiti Networks XM (rev 1.0) board"
                                                   >>  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 
                                                   >>  74 endmenu
                                                   >>  75 
  4 config SOC_AR71XX                                  76 config SOC_AR71XX
  5         select HAVE_PCI                        !!  77         select HW_HAS_PCI
  6         def_bool n                                 78         def_bool n
  7                                                    79 
  8 config SOC_AR724X                                  80 config SOC_AR724X
  9         select HAVE_PCI                        !!  81         select HW_HAS_PCI
 10         select PCI_AR724X if PCI                   82         select PCI_AR724X if PCI
 11         def_bool n                                 83         def_bool n
 12                                                    84 
 13 config SOC_AR913X                                  85 config SOC_AR913X
 14         def_bool n                                 86         def_bool n
 15                                                    87 
 16 config SOC_AR933X                                  88 config SOC_AR933X
 17         def_bool n                                 89         def_bool n
 18                                                    90 
 19 config SOC_AR934X                                  91 config SOC_AR934X
 20         select HAVE_PCI                        !!  92         select HW_HAS_PCI
 21         select PCI_AR724X if PCI                   93         select PCI_AR724X if PCI
 22         def_bool n                                 94         def_bool n
 23                                                    95 
 24 config SOC_QCA955X                                 96 config SOC_QCA955X
 25         select HAVE_PCI                        !!  97         select HW_HAS_PCI
 26         select PCI_AR724X if PCI                   98         select PCI_AR724X if PCI
 27         def_bool n                                 99         def_bool n
 28                                                   100 
 29 config PCI_AR724X                                 101 config PCI_AR724X
                                                   >> 102         def_bool n
                                                   >> 103 
                                                   >> 104 config ATH79_DEV_GPIO_BUTTONS
                                                   >> 105         def_bool n
                                                   >> 106 
                                                   >> 107 config ATH79_DEV_LEDS_GPIO
                                                   >> 108         def_bool n
                                                   >> 109 
                                                   >> 110 config ATH79_DEV_SPI
                                                   >> 111         def_bool n
                                                   >> 112 
                                                   >> 113 config ATH79_DEV_USB
                                                   >> 114         def_bool n
                                                   >> 115 
                                                   >> 116 config ATH79_DEV_WMAC
                                                   >> 117         depends on (SOC_AR913X || SOC_AR933X || SOC_AR934X || SOC_QCA955X)
 30         def_bool n                                118         def_bool n
 31                                                   119 
 32 endif                                             120 endif
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php