summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/confdefs.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-05 09:57:45 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-02-05 09:57:45 +0100
commit53b6484d3827fc93aae2d4c168cdbc07f8496eb9 (patch)
tree56ff17f101cc0aabe8183663ff524348b5e7ae37 /cpukit/include/rtems/confdefs.h
parentfsclose01: Add tmpfile() test case (diff)
downloadrtems-53b6484d3827fc93aae2d4c168cdbc07f8496eb9.tar.bz2
termios: Remove obsolete configuration options
Update #2843.
Diffstat (limited to 'cpukit/include/rtems/confdefs.h')
-rwxr-xr-xcpukit/include/rtems/confdefs.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/include/rtems/confdefs.h b/cpukit/include/rtems/confdefs.h
index 75ea1427f7..f1c817d403 100755
--- a/cpukit/include/rtems/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
@@ -3421,8 +3421,8 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
#error "Maximum priority configured higher than supported by target."
#endif
-#ifdef CONFIGURE_TERMIOS_DISABLED
- #warning "The CONFIGURE_TERMIOS_DISABLED configuration option is obsolete since RTEMS 5.1"
+#ifdef CONFIGURE_NUMBER_OF_TERMIOS_PORTS
+ #warning "The CONFIGURE_NUMBER_OF_TERMIOS_PORTS configuration option is obsolete since RTEMS 5.1"
#endif
#ifdef CONFIGURE_MAXIMUM_POSIX_BARRIERS
@@ -3449,6 +3449,10 @@ extern rtems_initialization_tasks_table Initialization_tasks[];
#warning "The CONFIGURE_MAXIMUM_POSIX_SPINLOCKS configuration option is obsolete since RTEMS 5.1"
#endif
+#ifdef CONFIGURE_TERMIOS_DISABLED
+ #warning "The CONFIGURE_TERMIOS_DISABLED configuration option is obsolete since RTEMS 5.1"
+#endif
+
/*
* POSIX Key pair shouldn't be less than POSIX Key, which is highly
* likely to be error.