Kconfig 393 B

123456789101112131415161718192021222324252627
  1. #
  2. # Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. config QEMU
  7. bool
  8. if QEMU
  9. config SYS_CAR_ADDR
  10. hex
  11. default 0xd0000
  12. config SYS_CAR_SIZE
  13. hex
  14. default 0x10000
  15. config ACPI_PM1_BASE
  16. hex
  17. default 0xe400
  18. help
  19. ACPI Power Managment 1 (PM1) i/o-mapped base address.
  20. This device is defined in ACPI specification, with 16 bytes in size.
  21. endif