Kconfig 248 B

12345678910111213
  1. if ARCH_LOKI
  2. menu "Marvell Loki (88RC8480) Implementations"
  3. config MACH_LB88RC8480
  4. bool "Marvell LB88RC8480 Development Board"
  5. help
  6. Say 'Y' here if you want your kernel to support the
  7. Marvell LB88RC8480 Development Board.
  8. endmenu
  9. endif