summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Rudolph <[email protected]>2024-10-23 15:20:19 +0200
committerTom Rini <[email protected]>2024-10-27 17:24:13 -0600
commitfa888d53196c260571998a4c32df5110f8ee2667 (patch)
treef363162a8f301a5a61f33d532f1a8d29515d732b
parentb36f62946467f2c923d351547ec5f0f720e9ec90 (diff)
configs: Add RPI4 ACPI defconfig
Allows to build the RPi4 with ACPI enabled. TEST: - Boots on qemu-system-aarch64 -machine raspi4b - Boots on real hardware with arm_64bit=1 in config.txt Signed-off-by: Patrick Rudolph <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]> Cc: Simon Glass <[email protected]> Cc: Matthias Brugger <[email protected]> Cc: Peter Robinson <[email protected]>
-rw-r--r--configs/rpi_4_acpi_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/rpi_4_acpi_defconfig b/configs/rpi_4_acpi_defconfig
new file mode 100644
index 00000000000..b32dfc16a19
--- /dev/null
+++ b/configs/rpi_4_acpi_defconfig
@@ -0,0 +1,10 @@
+#include <configs/rpi_4_defconfig>
+
+CONFIG_ARM=y
+CONFIG_ARCH_BCM283X=y
+CONFIG_TARGET_RPI_4=y
+CONFIG_BLOBLIST_ALLOC=y
+CONFIG_OF_BOARD=y
+CONFIG_ACPI=y
+CONFIG_GENERATE_ACPI_TABLE=y
+