config.h 237 B

12345678910111213
  1. /*
  2. * Copyright (C) 2017 Andes Technology Corporation
  3. * Rick Chen, Andes Technology Corporation <rick@andestech.com>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef _ASM_CONFIG_H_
  8. #define _ASM_CONFIG_H_
  9. #define CONFIG_LMB
  10. #endif