diff options
author | Tejun Heo <tj@kernel.org> | 2014-04-02 16:41:59 (GMT) |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-04-02 16:42:45 (GMT) |
commit | 74c03eb63061c834893e7ebf8d298573bdccfd08 (patch) | |
tree | d843184ce0c28a6c36fbf426fe27c56230231f22 /virt | |
parent | b33ce442993865180292df2a314ee5251ba38b50 (diff) | |
download | linux-74c03eb63061c834893e7ebf8d298573bdccfd08.tar.xz |
libata: make AHCI_XGENE depend on PHY_XGENE
AHCI_XGENE is only applicable on ARM64 but it can also be enabled for
compile testing; however, AHCI_XGENE selects PHY_XGENE which has other
arch specific dependencies. This leads to the following warning when
enabling it on other archs for compile testing.
warning: (AHCI_XGENE) selects PHY_XGENE which has unmet direct
dependencies (HAS_IOMEM && OF && (ARM64 || COMPILE_TEST))
Selecting a config option which itself has dependencies can easily
lead to broken configurations. For now, let's just make AHCI_XGENE
depend on PHY_XGENE which has all the necessary dependencies already.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Loc Ho <lho@apm.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions