Merge branch 'master' of git://repo.or.cz/buildroot
[buildroot.git] / target / device / Sharp / Config.in
blob6c750420fc29643f8ebd97420a1a3a353fd186c9
1 menuconfig BR2_TARGET_SHARP
2         bool "Sharp Device Support"
3         depends on BR2_arm
4         default n
6 if BR2_TARGET_SHARP
7 comment "Sharp Specific Device Support"
8         depends on BR2_arm
9  
10 config BR2_TARGET_SHARP_LNODE80
11         bool "Board support for the LNode80 development board"
12         depends on BR2_arm
13         default n
14         help
15           Support for the LNode80 LH79520 based device
16 endif