sun9i.h 378 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
  4. *
  5. * Configuration settings for the Allwinner A80 (sun9i) CPU
  6. */
  7. #ifndef __CONFIG_H
  8. #define __CONFIG_H
  9. /*
  10. * A80 specific configuration
  11. */
  12. /*
  13. * Include common sunxi configuration where most the settings are
  14. */
  15. #include <configs/sunxi-common.h>
  16. #endif /* __CONFIG_H */