From 53b6484d3827fc93aae2d4c168cdbc07f8496eb9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 5 Feb 2018 09:57:45 +0100 Subject: termios: Remove obsolete configuration options Update #2843. --- cpukit/include/rtems/confdefs.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'cpukit/include/rtems') 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. -- cgit v1.2.3