Config.in
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #
  2. # L3 bus configuration
  3. #
  4. mainmenu_option next_comment
  5. comment 'L3 serial bus support'
  6. tristate 'L3 support' CONFIG_L3
  7. dep_bool '  L3 bit-banging interfaces' CONFIG_L3_ALGOBIT $CONFIG_L3
  8. dep_bool '    SA11x0 GPIO adapter' CONFIG_L3_BIT_SA1100_GPIO $CONFIG_L3_ALGOBIT $CONFIG_ARCH_SA1100
  9. comment 'Other L3 adapters'
  10. dep_bool '  SA1111 adapter' CONFIG_L3_SA1111 $CONFIG_L3
  11. endmenu
  12. # i2c must come before this
  13. if [ "$CONFIG_L3_BIT_SA1100_GPIO" = "y" -o 
  14.      "$CONFIG_I2C_BIT_SA1100_GPIO" = "y" ]; then
  15.    define_bool CONFIG_BIT_SA1100_GPIO y
  16. else
  17.    define_bool CONFIG_BIT_SA1100_GPIO n
  18. fi