Index: config/Configure.help
===================================================================
RCS file: /var/cvs/devel/hydra-system/uclinux-3.2.0/config/Configure.help,v
retrieving revision 1.4
diff -u -b -r1.4 Configure.help
--- config/Configure.help	10 May 2007 16:46:45 -0000	1.4
+++ config/Configure.help	13 May 2007 19:21:36 -0000
@@ -2141,6 +2141,10 @@
   able to use PAM to access shadow passwords from remote LDAP
   password servers and whatnot.
 
+CONFIG_USER_BUSYBOX_PCI_PASSWORDS
+  If enabled, enforce PCI compliant passwords. Ref 
+  https://www.pcisecuritystandards.org/tech/download_the_pci_dss.htm
+
 CONFIG_USER_BUSYBOX_VLOCK
   Build the "vlock" applet which allows you to lock (virtual) terminals.
 
Index: config/config.in
===================================================================
RCS file: /var/cvs/devel/hydra-system/uclinux-3.2.0/config/config.in,v
retrieving revision 1.5
diff -u -b -r1.5 config.in
--- config/config.in	10 May 2007 16:46:45 -0000	1.5
+++ config/config.in	13 May 2007 19:21:36 -0000
@@ -1303,6 +1303,7 @@
 	bool 'Minix 2' CONFIG_USER_BUSYBOX_MINIX2
 	if [ "$CONFIG_USER_BUSYBOX_ADDUSER" = "y" -o "$CONFIG_USER_BUSYBOX_DELUSER" = "y" -o "$CONFIG_USER_BUSYBOX_LOGIN" = "y" -o "$CONFIG_USER_BUSYBOX_SU" = "y" ]; then
 		bool 'Support for shadow passwords' CONFIG_USER_BUSYBOX_SHADOWPASSWDS
+        bool 'Support for PCI Compliant passwords' CONFIG_USER_BUSYBOX_PCI_PASSWORDS
 	fi
 	if [ "$CONFIG_USER_BUSYBOX_GETTY" = "y" -o "$CONFIG_USER_BUSYBOX_LOGIN" = "y" -o "$CONFIG_USER_BUSYBOX_SU" = "y" -o "$CONFIG_USER_BUSYBOX_WHO" = "y" -o "$CONFIG_USER_BUSYBOX_LAST" = "y" ]; then
 		bool '  Support utmp and wtmp files' CONFIG_USER_BUSYBOX_U_W_TMP
