Standardize Config.in
[openwrt/svn-archive/archive.git] / openwrt / package / postgresql / Config.in
1 config BR2_PACKAGE_POSTGRESQL
2 bool
3 default n
4 depends BR2_PACKAGE_LIBPQ
5
6 config BR2_PACKAGE_LIBPQ
7 prompt "libpq - PostgreSQL client library"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_PACKAGE_POSTGRESQL
11 help
12 PostgreSQL client library.
13
14 http://www.postgresql.org/
15
16