Config.in 360 B

12345678910111213
  1. config BR2_PACKAGE_A10DISP
  2. bool "a10disp"
  3. depends on BR2_arm
  4. depends on BR2_LINUX_KERNEL
  5. help
  6. Program to change the display mode of Allwinner ARM SOCs
  7. running the linux-sunxi kernel (and not the mainline kernel.)
  8. http://github.com/hglm/a10disp
  9. comment "a10disp needs a Linux kernel to be built"
  10. depends on BR2_arm
  11. depends on !BR2_LINUX_KERNEL