Kbuild: move CONFIG_PAM to general configuration
[oweals/busybox.git] / loginutils / Config.src
index b78d7c38ef88fd1d115a5b0230ddfeef894d1474..fa2b4f8c01f97d0dae1bb4d86d4af0d550b46667 100644 (file)
@@ -223,13 +223,6 @@ config LOGIN_SESSION_AS_CHILD
          almost always would want this to be set to Y, else PAM session
          will not be cleaned up.
 
-config PAM
-       bool "Support for PAM (Pluggable Authentication Modules)"
-       default n
-       depends on LOGIN
-       help
-         Use PAM in login(1) instead of direct access to password database.
-
 config LOGIN_SCRIPTS
        bool "Support for login scripts"
        depends on LOGIN