diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-25 12:17:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-25 12:17:49 +0200 |
commit | c80cbf493cabe6f57187f2f1251f18a0dd0535d9 (patch) | |
tree | 3bcfc777c2dacfe2bb001aff5416d4f4768b0841 /target/linux | |
parent | b2a738c8df68986682e651002a9206aef8fe06ab (diff) |
add support for sata on apu
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.block | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block index 135bd3eb8..5f8cc3b05 100644 --- a/target/linux/config/Config.in.block +++ b/target/linux/config/Config.in.block @@ -144,7 +144,9 @@ config ADK_KERNEL_SATA_AHCI select ADK_KERNEL_ATA select ADK_KERNEL_BLK_DEV select ADK_KERNEL_BLK_DEV_SD - depends on ADK_TARGET_VBOX + depends on ADK_TARGET_SYSTEM_PCENGINES_APU || \ + ADK_TARGET_VBOX + default y if ADK_TARGET_SYSTEM_PCENGINES_APU default y if ADK_TARGET_VBOX default n help |