Config.in 344 B

12345678910111213141516
  1. menuconfig BR2_TARGET_SHARP
  2. bool "Sharp Device Support"
  3. depends on BR2_arm
  4. default n
  5. if BR2_TARGET_SHARP
  6. comment "Sharp Specific Device Support"
  7. depends BR2_arm
  8. config BR2_TARGET_SHARP_LNODE80
  9. bool "Board support for the LNode80 development board"
  10. depends BR2_arm
  11. default n
  12. help
  13. Support for the LNode80 LH79520 based device
  14. endif