summaryrefslogtreecommitdiffstats
path: root/rules/links.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-24 19:45:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-25 21:13:17 +0200
commite816163a0f7149e27bd7f96e40abd8117b374c2e (patch)
tree8b6729bae136bb90b74fed028233cec968ae0314 /rules/links.in
parentdc8530d7f9c7cafa2a610b4cef3a3c9333d520f1 (diff)
downloadptxdist-e816163a0f7149e27bd7f96e40abd8117b374c2e.tar.gz
ptxdist-e816163a0f7149e27bd7f96e40abd8117b374c2e.tar.xz
gpm: remove after on year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/links.in')
-rw-r--r--rules/links.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/rules/links.in b/rules/links.in
index 9ae1e0355..da0ae9755 100644
--- a/rules/links.in
+++ b/rules/links.in
@@ -7,7 +7,6 @@ menuconfig LINKS
select LIBC_M
select LIBC_DL
select OPENSSL if LINKS_SSL
- select GPM if LINKS_GPM
select LIBPNG if LINKS_PNG
select LIBJPEG if LINKS_JPEG
select XORG_LIB_XEXT if LINKS_X
@@ -28,13 +27,6 @@ config LINKS_SSL
help
Include support for Secure Socket Layer (SSL) transfers
-config LINKS_GPM
- bool
- depends on STAGING
- prompt "support for GPM"
- help
- Activate support for General Purpose Mouse (GPM) service
-
config LINKS_PNG
bool
prompt "support for png"
@@ -48,16 +40,6 @@ config LINKS_JPEG
Activate support for Joint Photographic Experts Group (JPEG)
image format
-config LINKS_FBCON
- bool
- select LINKS_PNG
- select LINKS_JPEG
- select LINKS_GPM
- depends on STAGING
- prompt "support for fbcon"
- help
- Activate support for Framebuffer Console mode
-
config LINKS_TIFF
bool
depends on BROKEN # no libtiff in ptxdist yet