sun9i.h 378 B

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