diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-27 21:07:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-27 21:07:46 +0200 |
commit | b38ddb748be02e1a8d340520c50819f15a78a30c (patch) | |
tree | e36bb3e296f885bdc47248935e1a847a5fd0d750 /target/linux | |
parent | 120fa5a3bfee8bdbdf2441cdd1b5aff0e4513db4 (diff) |
add ltp package, add more uClibc options to have a wider test range
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.block | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index c67e756f4..135bd3eb8 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -24,6 +24,9 @@ config ADK_KERNEL_IOSCHED_DEADLINE config ADK_KERNEL_IOSCHED_CFQ boolean +config ADK_KERNEL_SCSI_LOWLEVEL + boolean + config ADK_KERNEL_SCSI_DMA boolean @@ -241,6 +244,7 @@ config ADK_KERNEL_SCSI_SYM53C8XX_2 prompt "Symbios Logic 53C8XX2 support" tristate select ADK_KERNEL_SCSI + select ADK_KERNEL_SCSI_LOWLEVEL select ADK_KERNEL_BLK_DEV select ADK_KERNEL_BLK_DEV_SD depends on ADK_TARGET_QEMU_ARM_MODEL_VERSATILEPB @@ -450,6 +454,7 @@ config ADK_KERNEL_BLK_DEV_LOOP tristate select ADK_KERNEL_BLK_DEV default m if ADK_PACKAGE_LOSETUP + default m if ADK_PACKAGE_LTP default n help Saying Y here will allow you to use a regular file as a block |