1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright (C) 2019-2020 4 * Marvell <www.marvell.com> 5 */ 6 7 #ifndef __CONFIG_H__ 8 #define __CONFIG_H__ 9 10 /* 11 * SATA/SCSI/AHCI configuration 12 */ 13 /* AHCI support Definitions */ 14 /** Enable 48-bit SATA addressing */ 15 #define CONFIG_LBA48 16 /** Enable 64-bit addressing */ 17 #define CONFIG_SYS_64BIT_LBA 18 19 #include "octeon_common.h" 20 21 #endif /* __CONFIG_H__ */ 22