summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/tiva/chip/tiva_syscontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/tiva/chip/tiva_syscontrol.h')
-rw-r--r--nuttx/arch/arm/src/tiva/chip/tiva_syscontrol.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/tiva/chip/tiva_syscontrol.h b/nuttx/arch/arm/src/tiva/chip/tiva_syscontrol.h
index 74c6565ab..66a40cd12 100644
--- a/nuttx/arch/arm/src/tiva/chip/tiva_syscontrol.h
+++ b/nuttx/arch/arm/src/tiva/chip/tiva_syscontrol.h
@@ -43,14 +43,16 @@
#include <nuttx/config.h>
#include <arch/tiva/chip.h>
-/* Include the system control header file for the specific Stellaris chip */
+/* Include the system control header file for the specific Tiva/Stellaris chip */
#if defined(CONFIG_ARCH_CHIP_LM3S)
# include "chip/lm3s_syscontrol.h"
#elif defined(CONFIG_ARCH_CHIP_LM4F)
# include "chip/lm4f_syscontrol.h"
+#elif defined(CONFIG_ARCH_CHIP_TM4C)
+# include "chip/tm4c_syscontrol.h"
#else
-# error "Unsupported Stellaris memory map"
+# error "Unsupported Tiva/Stellaris system control module"
#endif
/************************************************************************************