9
0
Fork 0
barebox/drivers/ata
Holger Schurig b3265685f7 sandbox: allow "make ARCH=sandbox allyesconfig"
Compiling the tree with allyesconfig is helpful because different
compilers (gcc, clang) or static checkers (e.g. clang's scan-build)
can then process and check more code.

This patch introduces two new configuration symbols that Kconfig files
can depend on. That way, code that is only working where a cache or DMA
implementation exists can be opted out.

Signed-off-by: Holger Schurig <holgerschurig@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-22 21:29:57 +02:00
..
Kconfig sandbox: allow "make ARCH=sandbox allyesconfig" 2014-07-22 21:29:57 +02:00
Makefile ata: Add i.MX AHCI driver 2012-12-07 12:19:45 +01:00
ahci.c treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
ahci.h treewide: remove address of the Free Software Foundation 2014-06-11 08:35:25 +02:00
disk_ata_drive.c ata: Make 'already initialized' a debug message 2013-06-21 07:40:47 +02:00
disk_bios_drive.c switch all platform_bus device/driver registering to platform_driver/device_register 2012-10-04 15:19:12 +02:00
ide-sff.c x86: Add support for IDE on the legacy I/O ports 2014-04-08 08:17:55 +02:00
intf_platform_ide.c x86: Add support for IDE on the legacy I/O ports 2014-04-08 08:17:55 +02:00
pata-imx.c ata: pata-imx: Remove unused variable 2014-04-23 14:01:45 +02:00
sata-imx.c sata-imx: i.MX53, use the internal 120MHz clock by default 2014-02-10 09:13:31 +01:00