summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/dmv177/configure.in')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/configure.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/configure.in b/c/src/lib/libbsp/powerpc/dmv177/configure.in
index ec37042556..2e512a77e9 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/configure.in
+++ b/c/src/lib/libbsp/powerpc/dmv177/configure.in
@@ -29,18 +29,6 @@ AC_DEFINE_UNQUOTED([CONSOLE_USE_INTERRUPTS],
[$CONSOLE_USE_INTERRUPTS],
[whether using console interrupts])
-## FIXME: this is redundant to CONSOLE_USE_INTERRUPTS
-CONSOLE_USE_POLLED="!CONSOLE_USE_INTERRUPTS"
-AC_DEFINE_UNQUOTED([CONSOLE_USE_POLLED],
- [$CONSOLE_USE_POLLED],
- [whether using polled console])
-
-## FIXME: This is not used anywhere
-HAS_RTC=${HAS_RTC-yes}
-AC_DEFINE_UNQUOTED([HAS_RTC],
- [$HAS_RTC],
- [whether this BSP has an RTC])
-
AM_CONFIG_HEADER(include/bspopts.h)
RTEMS_PROJECT_ROOT